home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970104-19970326 / 000264_news@columbia.edu _Sun Feb 16 19:23:00 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id TAA21530
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sun, 16 Feb 1997 19:22:52 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id TAA09438
  7.     for kermit.misc@watsun; Sun, 16 Feb 1997 19:22:51 -0500 (EST)
  8. Path: news.columbia.edu!panix!news.mathworks.com!newsfeed.internetmci.com!newsfeed.direct.ca!nntp.portal.ca!van-bc!n1van.istar!van.istar!west.istar!ott.istar!istar.net!tor.istar!east.istar!n4tor.istar!news.cgocable.net!rpotter
  9. From: rpotter@cgocable.net (Richard Potter)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Linux compile error
  12. Date: 17 Feb 1997 00:17:50 GMT
  13. Organization: Re/Max Realty - Kingston
  14. Lines: 31
  15. Message-ID: <slrn5gf8r1.eg.rpotter@rpotter.cgocable.net>
  16. References: <slrn5gbq1d.1pa.rpotter@rpotter.cgocable.net> <5e829b$puf$1@brokaw.wa.com>
  17. NNTP-Posting-Host: king108-94.cgocable.net
  18. X-Newsreader: slrn (0.9.2.0 BETA UNIX)
  19. Xref: news.columbia.edu comp.protocols.kermit.misc:6603
  20.  
  21. On 16 Feb 1997 22:38:35 GMT, Ken Pizzini <ken@halcyon.com> wrote:
  22.  
  23. >>gcc -o wart ckwart.o -lcurses -ltermcap
  24. >>ld: cannot open -lcurses: No such file or directory
  25.  
  26. >Check to see if you have the curses library installed:
  27. >  ls -l /usr/lib/*curse* /usr/local/lib/*curse* /lib/*curse*
  28.  
  29. Bingo!!
  30.  
  31. -rw-r--r--   1 root     root       321206 Dec  5 12:24 /usr/lib/libncurses.a
  32. lrwxrwxrwx   1 root     root           17 Feb  8 03:51 /usr/lib/libncurses.so -> libncurses.so.3.0
  33. -rwxr-xr-x   1 root     root       244106 Dec  5 12:24 /usr/lib/libncurses.so.1.9.9e
  34. lrwxrwxrwx   1 root     root           20 Feb  8 03:51 /usr/lib/libncurses.so.3.0 -> libncurses.so.1.9.9e
  35.  
  36. >If you get three "No such file or directory" errors then
  37. >your problem is that you need to install a curses library.
  38. >If you do get a hit, but it is for a "libncurses.(mumble)"
  39. >library, fix your makefile to link with -lncurses instead
  40. >of -lcurses (or add some symbolic links).  Otherwise, I'm
  41. >stumped.
  42.  
  43. Thanks Ken..... I chanaged the makefile to -lncurses, and kermit compiled
  44. fine.
  45.  
  46. Best Regards,
  47. __
  48. <============ LINUX the choice of the GNU generation ===========>
  49. Richard Potter
  50. Kingston, ON  CANADA
  51. ** Find me online via:  http://www.cgocable.net/~rpotter **